From: Glenn Morris Date: Tue, 28 Aug 2007 07:30:46 +0000 (+0000) Subject: Some more tidying and simplification pending merge. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8791^2~23 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=44f3005eda3d34b3b30541693f58ae5e16f17984;p=emacs.git Some more tidying and simplification pending merge. --- diff --git a/src/ChangeLog.multi-tty b/src/ChangeLog.multi-tty index 38ae9665c69..2f20ab30e4b 100644 --- a/src/ChangeLog.multi-tty +++ b/src/ChangeLog.multi-tty @@ -584,9 +584,6 @@ (Fset_keyboard_coding_system_internal) (Fkeyboard_coding_system): Update for renames. - * data.c (Fterminal_local_value, Fset_terminal_local_value): - Update for renames. - * minibuf.c (read_minibuf): Update for renames. * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames. @@ -784,11 +781,6 @@ (find_symbol_value): Use the selected frame's keyboard, not current_kboard. - * data.c (Fterminal_local_value, Fset_terminal_local_value): Disable - these functions. - - * data.c (syms_of_data): Don't defsubr them. - 2005-10-29 Karoly Lorentey * keyboard.c (mark_kboards): Also mark Vkeyboard_translate_table. @@ -852,7 +844,6 @@ * xdisp.c (display_mode_line, Fformat_mode_line): Update uses. * data.c: Include termhooks.h. - (Fterminal_local_value, Fset_terminal_local_value): Update. * Makefile.in (data.o, fns.o): Add termhooks.h dependency. @@ -1011,8 +1002,9 @@ 2005-06-27 Karoly Lorentey - * data.c (Fterminal_local_value, Fset_terminal_local_value): New functions. - (syms_of_data): Defsubr them. + * data.c (Fterminal_local_value, Fset_terminal_local_value): New + functions (note: disabled). + (syms_of_data): Defsubr them (note: disabled). * keyboard.c (syms_of_keyboard): Expand docs of terminal-local variables to warn about their random bindings.